Creating a Connection Point for a WebGateway Instance |
|
You can create a new instance of the WebGateway by creating a new connection point. While creating the connection point, you have to specify the ESB client listening port.
- Click Start > Programs > <Process Platform Version> > <Instance Name> > Tools > Management Console. Alternatively, on Linux-based computer, do the following:
- Go to the Linux terminal and navigate to the <Process_Platform_Installation_Directory>/bin.
- Type ./cmc.sh to execute the shell script. The Management Console window appears.
- Right-click cordys cn (cn=cordys) and click New. The Add window appears.
- Type a name for the WebGateway instance in the Name field.
This must be the name as given in thecom.eibus.web.gateway
wcp.property prefixed with a number up the value given in thecom.eibus.web.gateway.maxinstances
wcp.property. For example, withcom.eibus.web.gateway.maxinstances
and=2
com.eibus.web.gateway=webgateway@srv-cordys-1w
create the following entries:1webgateway@srv-cordys-1w
and2webgateway@srv-cordys-1w
. The cn details is automatically generated in the Parent in Directory Service field. - Select busconnectionpoint from the Object Class drop-down box.
- Click Next. The Attribute Viewer window appears.
- Specify a port number in the labeleduri field. The format is socket://<machine name>:port number.
Note: Assign a port that is within the non-ephemeral port range, which by default is 10000-32767. Ensure not to use a port that is already in use by another connection point or application. For more information, see Port Ranges within Process Platform. - Click Ok.
The connection point for the new instance is created.